home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Hacks
/
Hacks '96
/
Sharks' Spark Hack
/
SparksWindow.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-21
|
297 b
|
24 lines
|
[
TEXT/MMCC
]
/*
HelloWindow.h
Copyright 1995 Be Incorporated, All Rights Reserved.
*/
#ifndef SPARKS_WINDOW_H
#define SPARKS_WINDOW_H
#ifndef _WINDOW_H
#include <Window.h>
#endif
class SparksWindow : public BWindow {
public:
SparksWindow(BRect frame);
virtual bool QuitRequested();
};
#endif